Zum Hauptinhalt springen
Learn how to build the future of AI at Possible 2025.Register now

Getting Started with Trino CLI: Installation and Setup

  1. Install Eclipse Termurin 24

  2. Download the trino server file using the below command:

  1. Extract the contents of the file using below command
  1. create etc directory in trino-server-474

  2. create below mentioned files under etc directory

config.properties

jvm.config

node.properties

catalog directory

create a file named teradata.properties

Teradata connector properties

  1. Download trino-teradata zip file

  2. Extract the zip file and place the folder: trino-teradata-474 in plugin directory of trino-server-474

The structure should be as follows:

trino-server-474 → plugin → trino-teradata-474

  1. Download the jar file from the given link in the trino-server-474 directory :

Start Trino Server

The installation provides a bin/launcher script that can be used manually or as a daemon startup script.

Start Trino CLI

Start Trino CLI using

Auch interessant